home *** CD-ROM | disk | FTP | other *** search
- global gNavScriptAuthorWindow
-
- on GoMenu
- PuppetCostumes(0)
- PuppetFloatAndBand(0)
- PuppetScoreCreate(0)
- go("Menu")
- end
-
- on SetMIAWText sectionName
- set statusString to the text of member string(sectionName && "status")
- set commentString to the text of member string(sectionName && "comments")
- tell gNavScriptAuthorWindow
- DisplayText(statusString, commentString)
- end tell
- end
-